home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / libs / chunky_dev.lha / chunky_dev / Demos / _shared / text.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-03-17  |  155 b   |  10 lines

  1. #ifndef DEMO_TEXT_H
  2. #define DEMO_TEXT_H
  3.  
  4. #include <exec/types.h>
  5.  
  6. void DEMO_StatusText(STRPTR t);
  7. void DEMO_WriteText(STRPTR t, UWORD x, UWORD y);
  8.  
  9. #endif
  10.